home *** CD-ROM | disk | FTP | other *** search
- global language
-
- on mouseEnter me
- cursor(280)
- go(the frame + 1)
- set the locV of sprite 11 to the locV of sprite 11 - 50
- end
-
- on mouseLeave me
- cursor(-1)
- go(the frame - 1)
- set the locV of sprite 11 to the locV of sprite 11 + 50
- end
-
- on mouseUp me
- language = 3
- go(1, "IntroMov")
- end
-